#[no_mangle]
pub unsafe extern "C" fn rnp_key_unprotect(
    rnp_key: *mut RnpKey,
    password: *const c_char
) -> RnpResult