pub const SYS_HANDLE_DUPLICATE: usize = 1;
Duplicate a capability handle.
Returns a new handle pointing to the same underlying resource. The new handle has its own lifetime and must be closed independently.