#[no_mangle]
pub unsafe extern "C" fn rnp_locate_key(
    ctx: *mut RnpContext,
    identifier_type: *const c_char,
    identifier: *const c_char,
    key: *mut *mut RnpKey
) -> RnpResult