Type Definition blis_sys::malloc_ft

source · []
pub type malloc_ft = Option<unsafe extern "C" fn(size: size_t) -> *mut c_void>;