Function windows::Win32::System::Diagnostics::Debug::DbgHelpCreateUserDumpW

pub unsafe fn DbgHelpCreateUserDumpW<P0>(
    filename: P0,
    callback: PDBGHELP_CREATE_USER_DUMP_CALLBACK,
    userdata: Option<*const c_void>,
) -> BOOL
where P0: Param<PCWSTR>,