pub unsafe extern "C" fn C3D_TexInitVRAM(
    tex: *mut C3D_Tex,
    width: u16_,
    height: u16_,
    format: GPU_TEXCOLOR
) -> bool