Function windows::Wdk::Storage::FileSystem::NtSetEaFile

pub unsafe fn NtSetEaFile<P0>(
    filehandle: P0,
    iostatusblock: *mut IO_STATUS_BLOCK,
    buffer: *const c_void,
    length: u32,
) -> NTSTATUS
where P0: Param<HANDLE>,