GetProcessForPID

Function GetProcessForPID 

Source
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.