pub unsafe extern "system" fn AddVectoredExceptionHandler(
    first: u32,
    handler: Option<unsafe extern "system" fn(exceptioninfo: *mut EXCEPTION_POINTERS) -> i32>
) -> *mut c_void
🔬This is a nightly-only experimental API. (windows_c)