Type Definition rpgffi::fmgr_hook_type [] [src]

type fmgr_hook_type = Option<unsafe extern "C" fn(_: FmgrHookEventType, _: *mut FmgrInfo, _: *mut Datum)>;