Function windows::Win32::UI::Shell::CreateProfile

pub unsafe fn CreateProfile<P0, P1>(
    pszusersid: P0,
    pszusername: P1,
    pszprofilepath: &mut [u16]
) -> Result<()>
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,