pub unsafe extern "C" fn C3D_TexLoadImage(
    tex: *mut C3D_Tex,
    data: *const c_void,
    face: GPU_TEXFACE,
    level: c_int
)