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