pub unsafe extern "system" fn MiniDumpReadDumpStream(
    baseofdump: *const c_void,
    streamnumber: u32,
    dir: *mut *mut MINIDUMP_DIRECTORY,
    streampointer: *mut *mut c_void,
    streamsize: *mut u32
) -> BOOL
Expand description

Required features: "Win32_System_Diagnostics_Debug", "Win32_Foundation"