pub unsafe fn CreateProfile<'a>( pszusersid: impl IntoParam<'a, PWSTR>, pszusername: impl IntoParam<'a, PWSTR>, pszprofilepath: PWSTR, cchprofilepath: u32, ) -> Result<()>