Type Definition guile_sys::scm_t_c_hook_function [] [src]

type scm_t_c_hook_function = Option<unsafe extern "C" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> *mut c_void>;