Type Definition gmp_mpfr_sys::gmp::reallocate_function
[−]
[src]
type reallocate_function = Option<unsafe extern "C" fn(ptr: *mut c_void, old_size: usize, new_size: usize) -> *mut c_void>;
See: reallocate_function