Function windows::Wdk::System::SystemServices::HalAllocateCommonBuffer
pub unsafe fn HalAllocateCommonBuffer<P0>(
adapterobject: *const _ADAPTER_OBJECT,
length: u32,
logicaladdress: *mut i64,
cacheenabled: P0,
) -> *mut c_voidwhere
P0: Param<BOOLEAN>,