#[no_mangle]
pub unsafe extern "C" fn rnp_output_to_path(
    output: *mut *mut RnpOutput<'_>,
    path: *const c_char
) -> RnpResult