Function rmdir

Source
pub extern "C" fn rmdir(
    fn_ptr: Option<&extern "C" fn(*const c_char) -> c_int>,
    path: *const c_char,
) -> c_int