Function botan_sys::botan_mp_lshift

source ยท
pub unsafe extern "C" fn botan_mp_lshift(
    out: botan_mp_t,
    in_: botan_mp_t,
    shift: usize,
) -> c_int