[][src]Type Definition gmp_mpfr_sys::gmp::reallocate_function

type reallocate_function = Option<unsafe extern "C" fn(ptr: *mut c_void, old_size: usize, new_size: usize) -> *mut c_void>;