Function botan_cipher_get_keyspec

Source
pub unsafe extern "C" fn botan_cipher_get_keyspec(
    cipher: botan_cipher_t,
    min_keylen: *mut usize,
    max_keylen: *mut usize,
    mod_keylen: *mut usize,
) -> c_int