#[no_mangle]
pub unsafe extern "C" fn rnp_key_get_protection_type(
    key: *mut RnpKey,
    typ: *mut *const c_char
) -> RnpResult