pub unsafe extern "C" fn C3D_TexSetWrap(
    tex: *mut C3D_Tex,
    wrapS: GPU_TEXTURE_WRAP_PARAM,
    wrapT: GPU_TEXTURE_WRAP_PARAM
)