pub unsafe fn NetIsServiceAccount<P0, P1>(
    servername: P0,
    accountname: P1,
    isservice: *mut BOOL
) -> NTSTATUS
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,