Function windows::Win32::System::Services::QueryServiceObjectSecurity

pub unsafe fn QueryServiceObjectSecurity<P0>(
    hservice: P0,
    dwsecurityinformation: u32,
    lpsecuritydescriptor: PSECURITY_DESCRIPTOR,
    cbbufsize: u32,
    pcbbytesneeded: *mut u32,
) -> Result<()>
where P0: Param<SC_HANDLE>,