windows::Win32::UI::Shell

Function CreateProfile

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