Type Definition sundials_sys::PSetupFn

source ·
pub type PSetupFn = Option<unsafe extern "C" fn(P_data: *mut c_void) -> c_int>;