Function windows::Win32::Security::Credentials::CredUIParseUserNameW
pub unsafe fn CredUIParseUserNameW<P0>(
username: P0,
user: &mut [u16],
domain: &mut [u16],
) -> WIN32_ERRORwhere
P0: Param<PCWSTR>,