Function botan_sys::botan_mp_div[][src]

pub unsafe extern "C" fn botan_mp_div(
    quotient: botan_mp_t,
    remainder: botan_mp_t,
    x: botan_mp_t,
    y: botan_mp_t
) -> c_int