pub unsafe extern "C-unwind" fn GetProcessForPID(
pid: pid_t,
psn: *mut ProcessSerialNumber,
) -> u32๐Deprecated
Available on crate features
Processes and libc only.Expand description
ยงSafety
psn must be a valid pointer.