Function _mpz_realloc

Source
pub unsafe extern "C" fn _mpz_realloc(
    integer: mpz_ptr,
    new_alloc: size_t,
) -> *mut c_void
Expand description