pub unsafe fn HeapSetInformation<P0>(
    heaphandle: P0,
    heapinformationclass: HEAP_INFORMATION_CLASS,
    heapinformation: Option<*const c_void>,
    heapinformationlength: usize
) -> Result<()>
where P0: IntoParam<HANDLE>,