pub unsafe extern "C" fn storage_simply_mkdir(
    storage: *mut Storage,
    path: *const c_char
) -> bool
Expand description

Creates a directory @param storage @param path @return true on success or if directory is already exist