pub type starpu_malloc_hook = Option<unsafe extern "C" fn(dst_node: c_uint, A: *mut *mut c_void, dim: usize, flags: c_int) -> c_int>;Aliased Type§
pub enum starpu_malloc_hook {
None,
Some(unsafe extern "C" fn(u32, *mut *mut c_void, usize, i32) -> i32),
}