pub unsafe extern "system" fn SetUnhandledExceptionFilter(
    lpTopLevelExceptionFilter: Option<unsafe extern "system" fn(_: *mut EXCEPTION_POINTERS) -> i32>
) -> Option<unsafe extern "system" fn(_: *mut EXCEPTION_POINTERS) -> i32>