pub unsafe extern "C" fn mkdir(name: *const i8, mode: u32) -> i32
‘mkdir’ attempts to create a directory, it returns 0 on success and -1 on error