Type Definition pgrx_pg_sys::GucBoolAssignHook
source · pub type GucBoolAssignHook = Option<unsafe extern "C" fn(newval: bool, extra: *mut c_void)>;
pub type GucBoolAssignHook = Option<unsafe extern "C" fn(newval: bool, extra: *mut c_void)>;