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