http_parser_url_init function

  1. @Native<Void Function(Pointer<http_parser_url>)>(ffi.Pointer<http_parser_url>)>()
void http_parser_url_init(
  1. Pointer<http_parser_url> u
)

Initialize all http_parser_url members to 0

Implementation

@ffi.Native<ffi.Void Function(ffi.Pointer<http_parser_url>)>()
external void http_parser_url_init(ffi.Pointer<http_parser_url> u);