pub unsafe fn WritePrivateProfileStructW<P0, P1, P2>(
    lpszsection: P0,
    lpszkey: P1,
    lpstruct: Option<*const c_void>,
    usizestruct: u32,
    szfile: P2,
) -> Result<()>
where P0: Param<PCWSTR>, P1: Param<PCWSTR>, P2: Param<PCWSTR>,