#[unsafe(no_mangle)]pub unsafe extern "C" fn popen( command: *const c_char, mode: *const c_char, ) -> *mut FILE
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/popen.html.