pub unsafe extern "C" fn git_repository_open(
    repo: *mut *mut git_repository,
    path: *const c_char
) -> c_int