pub type FPtr_gctx_cursor = Option<unsafe extern "C" fn(arg1: enum_t, arg2: *const Image, arg3: real32_t, arg4: real32_t) -> *mut Cursor>;Aliased Type§
pub enum FPtr_gctx_cursor {
None,
Some(unsafe extern "C" fn(i32, *const _image_t, f32, f32) -> *mut _ccursor_t),
}