pub unsafe fn GetNetScheduleAccountInformation<P0>(
    pwszservername: P0,
    wszaccount: &mut [u16]
) -> Result<()>
where P0: IntoParam<PCWSTR>,