pub type FPtr_gctx_bounds5 = Option<unsafe extern "C" fn(item: *const c_void, refwidth: real32_t, width: *mut real32_t, height: *mut real32_t)>;Aliased Type§
pub enum FPtr_gctx_bounds5 {
None,
Some(unsafe extern "C" fn(*const c_void, f32, *mut f32, *mut f32)),
}