pub unsafe fn GetProfileStringW<P0, P1, P2>(
    lpappname: P0,
    lpkeyname: P1,
    lpdefault: P2,
    lpreturnedstring: Option<&mut [u16]>
) -> u32
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>,