windows::Win32::System::WindowsProgramming

Function GetPrivateProfileStructW

pub unsafe fn GetPrivateProfileStructW<P0, P1, P4>(
    lpszsection: P0,
    lpszkey: P1,
    lpstruct: Option<*mut c_void>,
    usizestruct: u32,
    szfile: P4,
) -> BOOL
where P0: Param<PCWSTR>, P1: Param<PCWSTR>, P4: Param<PCWSTR>,