pub unsafe extern "system" fn AddVectoredContinueHandler(
    First: u32,
    Handler: Option<unsafe extern "system" fn(_: *mut EXCEPTION_POINTERS) -> i32>
) -> *mut c_void