pub unsafe fn RegisterManageableLogClient<P0>(
    hlog: P0,
    pcallbacks: *mut LOG_MANAGEMENT_CALLBACKS,
) -> Result<()>
where P0: Param<HANDLE>,