pub unsafe fn CfRevertPlaceholder<P0>(
    filehandle: P0,
    revertflags: CF_REVERT_FLAGS,
    overlapped: Option<*mut OVERLAPPED>
) -> Result<()>
where P0: IntoParam<HANDLE>,