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