pub unsafe fn KsCreateAllocator<P0>(
    connectionhandle: P0,
    allocatorframing: *const KSALLOCATOR_FRAMING,
    allocatorhandle: *mut HANDLE
) -> u32
where P0: IntoParam<HANDLE>,