pub unsafe extern "C" fn spinel_assert_n(
    file: *const c_char,
    line: u32,
    is_abort: bool,
    result: Type,
    n: u32,
    expect: *const Type
) -> Type