pub unsafe fn LookupPrivilegeValueA<P0, P1>(
    lpsystemname: P0,
    lpname: P1,
    lpluid: *mut LUID
) -> Result<()>
where P0: IntoParam<PCSTR>, P1: IntoParam<PCSTR>,