pub unsafe extern "C" fn gs_texture_create_from_pixmap(
width: u32,
height: u32,
color_format: gs_color_format,
target: u32,
pixmap: *mut c_void,
) -> *mut gs_texture_tpub unsafe extern "C" fn gs_texture_create_from_pixmap(
width: u32,
height: u32,
color_format: gs_color_format,
target: u32,
pixmap: *mut c_void,
) -> *mut gs_texture_t