Function botan_cipher_query_keylen

Source
pub unsafe extern "C" fn botan_cipher_query_keylen(
    cipher: botan_cipher_t,
    out_minimum_keylength: *mut usize,
    out_maximum_keylength: *mut usize,
) -> c_int