pub unsafe extern "C" fn SetUserExceptionHandler(
    arg1: Option<unsafe extern "C" fn(arg1: *mut UserExceptionInfo)>,
    arg2: *mut u8,
    arg3: ulong,
    arg4: *mut UserExceptionInfo
)