Function windows::Win32::Security::AppLocker::SaferSetLevelInformation

pub unsafe fn SaferSetLevelInformation<P0>(
    levelhandle: P0,
    dwinfotype: SAFER_OBJECT_INFO_CLASS,
    lpquerybuffer: *const c_void,
    dwinbuffersize: u32
) -> Result<()>
where P0: Param<SAFER_LEVEL_HANDLE>,