Function windows::Win32::Security::Credentials::CredUIParseUserNameW

pub unsafe fn CredUIParseUserNameW<P0>(
    username: P0,
    user: &mut [u16],
    domain: &mut [u16],
) -> WIN32_ERROR
where P0: Param<PCWSTR>,