Type Definition allocate_function
gmp_mpfr_sys::gmp
type allocate_function = Option<extern "C" fn(alloc_size: usize) -> *mut c_void>;
See: allocate_function
allocate_function