pub unsafe extern "C" fn g_assertion_message_error(
    domain: *const i8,
    file: *const i8,
    line: i32,
    func: *const i8,
    expr: *const i8,
    error: *const GError,
    error_domain: u32,
    error_code: i32
)