Function windows::Wdk::System::SystemServices::HalAllocateCommonBuffer

pub unsafe fn HalAllocateCommonBuffer<P0>(
    adapterobject: *const _ADAPTER_OBJECT,
    length: u32,
    logicaladdress: *mut i64,
    cacheenabled: P0,
) -> *mut c_void
where P0: Param<BOOLEAN>,