#[no_mangle]
pub unsafe extern "C" fn rnp_add_security_rule(
    ctx: *mut RnpContext,
    typ: *const c_char,
    name: *const c_char,
    flags: RnpSecurityFlags,
    time: u64,
    level: RnpSecurityLevel
) -> RnpResult