Function windows::Win32::System::WindowsProgramming::GetPrivateProfileStructW
pub unsafe fn GetPrivateProfileStructW<P0, P1, P2>(
lpszsection: P0,
lpszkey: P1,
lpstruct: Option<*mut c_void>,
usizestruct: u32,
szfile: P2,
) -> BOOLwhere
P0: Param<PCWSTR>,
P1: Param<PCWSTR>,
P2: Param<PCWSTR>,