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