pub unsafe fn CredUIParseUserNameA<P0>(
    username: P0,
    user: &mut [u8],
    domain: &mut [u8]
) -> u32
where P0: IntoParam<PCSTR>,