Function windows::Wdk::System::SystemServices::HalFreeCommonBuffer
pub unsafe fn HalFreeCommonBuffer<P0>(
adapterobject: *const _ADAPTER_OBJECT,
length: u32,
logicaladdress: i64,
virtualaddress: *const c_void,
cacheenabled: P0,
)where
P0: Param<BOOLEAN>,