pub unsafe extern "system" fn MiniDumpWriteDump(
    hprocess: HANDLE,
    processid: u32,
    hfile: HANDLE,
    dumptype: MINIDUMP_TYPE,
    exceptionparam: *const MINIDUMP_EXCEPTION_INFORMATION,
    userstreamparam: *const MINIDUMP_USER_STREAM_INFORMATION,
    callbackparam: *const MINIDUMP_CALLBACK_INFORMATION
) -> BOOL
Expand description

Required features: ‘Win32_System_Diagnostics_Debug’, ‘Win32_Foundation’, ‘Win32_Storage_FileSystem’, ‘Win32_System_Kernel’, ‘Win32_System_Memory’