http_parser_url_init function
- @Native<Void Function(Pointer<
http_parser_url> )>(ffi.Pointer<http_parser_url>)>()
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);